GetFileInfoResponse

data class GetFileInfoResponse(path: String)

Represents response frame that is returned from DOM#getFileInfo operation call. Returns file information for the given File wrapper.

See also

Constructors

GetFileInfoResponse
Link copied to clipboard
fun GetFileInfoResponse(path: String)

Properties

path
Link copied to clipboard
val path: String

Sources

jvm source
Link copied to clipboard